home *** CD-ROM | disk | FTP | other *** search
/ How Multimedia Computers Work / How Multimedia Computers Work (1994-6-17) [English].mdf / content / anx / cpu.ini < prev    next >
INI File  |  1994-06-15  |  604b  |  46 lines

  1. ;
  2. ;   CPU.INI for HCW CPU.
  3. ;
  4. ;   Since we can only recover an int using GetPrivateProfileInt, and we need 500 millisecond
  5. ;   resolution seeking into the wave file;
  6. ;
  7. ;   seek=10 == 10 * 100 = 1000 mSec    1 second
  8. ;   hold=15 == 15 * 100 = 1500 mSec    1.5 seconds
  9. ;
  10. [CPU]
  11. CPU01=
  12. CPU02=
  13. CPU03=
  14. CPU04=
  15. CPU05=
  16. CPU06=
  17. CPU07=
  18. CPU08=
  19.  
  20. [CPU01]
  21. seekfile=CPUTOUR.WAV
  22. seek=0
  23. hold=104
  24. [CPU02]
  25. seek=104
  26. hold=40
  27. [CPU03]
  28. seek=144
  29. hold=26
  30. [CPU04]
  31. seek=170
  32. hold=145
  33. [CPU05]
  34. seek=315
  35. hold=105
  36. [CPU06]
  37. seek=420
  38. hold=435
  39. [CPU07]
  40. seek=855
  41. hold=171
  42. [CPU08]
  43. seek=1026
  44. hold=207
  45.  
  46.